home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 June / What PC June 1996.iso / whatpc.dir / 00266.ls < prev    next >
Encoding:
Text File  |  1996-05-31  |  1.4 KB  |  43 lines

  1. on enterFrame
  2.   set the cursor of sprite 3 to 0
  3.   set the cursor of sprite 4 to 0
  4.   set the cursor of sprite 5 to 0
  5.   set the cursor of sprite 6 to 0
  6.   set the cursor of sprite 7 to 0
  7.   set the cursor of sprite 8 to 0
  8.   set the cursor of sprite 9 to 0
  9.   set the cursor of sprite 10 to 0
  10.   set the cursor of sprite 11 to 0
  11.   set the cursor of sprite 12 to 0
  12.   set the cursor of sprite 22 to 0
  13.   set the cursor of sprite 23 to 0
  14.   set the cursor of sprite 24 to 0
  15.   set the cursor of sprite 25 to 0
  16.   set the cursor of sprite 30 to [cast "CD1.BMP", cast "CD2.BMP"]
  17.   set the cursor of sprite 31 to [cast "CD1.BMP", cast "CD2.BMP"]
  18.   set the cursor of sprite 32 to [cast "CD1.BMP", cast "CD2.BMP"]
  19.   set the cursor of sprite 33 to 0
  20.   set the cursor of sprite 34 to 0
  21.   set the cursor of sprite 35 to 0
  22.   set the cursor of sprite 36 to [cast "HAND1.BMP", cast "HAND2.BMP"]
  23.   set the cursor of sprite 37 to [cast "HAND1.BMP", cast "HAND2.BMP"]
  24.   set the cursor of sprite 38 to 0
  25.   set the cursor of sprite 39 to 0
  26.   set the cursor of sprite 40 to 0
  27.   set the cursor of sprite 41 to 0
  28.   set the cursor of sprite 42 to 0
  29.   set the cursor of sprite 43 to 0
  30.   set the cursor of sprite 44 to 0
  31.   set the cursor of sprite 45 to 0
  32.   set the cursor of sprite 46 to 0
  33.   set the cursor of sprite 47 to 0
  34.   set the cursor of sprite 48 to 0
  35. end
  36.  
  37. on exitFrame
  38.   if not soundBusy(1) then
  39.     sound playFile 1, "system\track4.wav"
  40.   end if
  41.   go("Extras2")
  42. end
  43.